# File: quest.txt

# This file is used to initialize the "lib/data/quest.raw" file, which is
# used to initialize the "quest" information for the Angband game.

# Do not modify this file unless you know exactly what you are doing,
# unless you wish to risk possible system crashes and broken savefiles.

# Note that there are a total of 127 available quests (modifiable in z_info). Any quests
# not allocated here will be available to assignment as random quests.

# Format:
# N:<quest index>:<quest name>
# W:<level>:<monster>:<number>

# Version stamp (required)

V:0.3.6

N:0:Fake quest
W:0:0:0

N:1:Sauron
W:99:665:1

N:2:Morgoth
W:100:666:1

